home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / weekends.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  251 b   |  10 lines

  1. @echo off
  2. echo This is a listing of files created/modified on a Weekend (Sat-Sun):
  3. call presskey
  4. ::
  5. :: The full spelling of "monday" is not necessary.  "mo" would suffice:
  6. ::
  7. :: Could use /dSa-Su instead:
  8. echo on
  9. ffg *:* /dSaturday,Sunday /p
  10.